home *** CD-ROM | disk | FTP | other *** search
/ Ray Dream Studio 5 / Ray Dream.iso / pc / Samples / Formulas / Tweener.txt < prev   
Encoding:
Text File  |  1997-06-04  |  58 b   |  2 lines

  1. u=(t-tmin)/(tmax-tmin);
  2. value=(1+sin(8*PI*p1*u+PI*p2))/2;